-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.38.3 #3157
Release v0.38.3 #3157
Conversation
Suggested version: Changes in configuration file(s): (empty)
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this breaks Versioning
- Will upgrade quic-go for all clients.
- Exports new type from te webtransport transport.
Should we just make a new minor release?
@@ -53,7 +53,7 @@ require ( | |||
github.com/pion/webrtc/v3 v3.3.5 | |||
github.com/prometheus/client_golang v1.20.5 | |||
github.com/prometheus/client_model v0.6.1 | |||
github.com/quic-go/quic-go v0.48.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this breaking semver?
type ErrCertHashMismatch struct { | ||
Expected []byte | ||
Actual [][]byte | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why introduce this in the patch release?
Includes
[email protected]
Technically we are exporting a new type
ErrCertHashMismatch
, but the API is still returning theerror
interface so this should be okay.